Skip to content

KBE3D / KBCore / Cesium / BlendingState

BlendingState

The blending state combines BlendEquation and BlendFunction and the <code>enabled</code> flag to define the full blending state for combining source and destination fragments when rendering. <p> This is a helper when using custom render states with Appearance#renderState. </p>

变量

变量描述
DISABLEDBlending is disabled.
ALPHA_BLENDBlending is enabled using alpha blending, source(source.alpha) + destination(1 - source.alpha).
PRE_MULTIPLIED_ALPHA_BLENDBlending is enabled using alpha blending with premultiplied alpha, source + destination(1 - source.alpha).
ADDITIVE_BLENDBlending is enabled using additive blending, source(source.alpha) + destination.

KBE3D @3.0.0 Copyright © 2024-present KBE3D